home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 5 / inter@ivo 1996-06.iso / cybint5 / bin / comp.dxr / 00041.ls < prev    next >
Encoding:
Text File  |  1996-05-13  |  249 b   |  17 lines

  1. on exitFrame
  2.   set on to 10
  3.   repeat while on < 18
  4.     if rollOver(on) then
  5.       onVis(on - 8)
  6.       go(4)
  7.     else
  8.       InVis(on - 8)
  9.     end if
  10.     set on to on + 1
  11.   end repeat
  12.   if rollOver(21) then
  13.     go("navegs")
  14.   end if
  15.   Loopframe()
  16. end
  17.